Oracle 11g R2 install For Aix安装手册
Oracle 11g R2 安装手册 ( 图文教程 )For Aix 一、确认系统硬件环境 Oracle 10g 最低安装要求: 512M 物理内存、 MIN(RAM*2, 2G ) SWAP 空间、 400M /TMP 空间、 4G Oracle 目录空间、 64 位体系结构 下面是确认过程: 1 、确认内存大小( 1G ) localhost> /usr/sbin/lsattr -E -l sys0 -a realmem realmem 1048576 Amount of usable physical memory in Kbytes False 这里 oracle 10g 安装文档写错了,将“ sys0 (数字 0 )”写成了“ sysO (字母 O )”。 2 、确认 SWAP 空间, 512M 太小了,加到 2G 。 localhost> /usr/sbin/lsps -a Page Space Physical Volume Volume Group Size %Used Active Auto Type hd6 hdisk0 rootvg 512MB 12 yes yes lv 3 、确认 /TMP 和 Oracle 目录空间(其中 Oracle 10g 放在 /data1 下): localhost> df -k ...